Skip to content

fix(query): correct Query/FilterDSL methods generating invalid mq queries#8

Merged
harehare merged 1 commit into
mainfrom
fix/query-builder-nonexistent-functions
Jun 20, 2026
Merged

fix(query): correct Query/FilterDSL methods generating invalid mq queries#8
harehare merged 1 commit into
mainfrom
fix/query-builder-nonexistent-functions

Conversation

@harehare

Copy link
Copy Markdown
Owner

No description provided.

…ries

length, empty, add, nth, limit, ascii_downcase, and ascii_upcase referenced
mq builtin functions that don't exist, so the generated queries failed at
runtime (or silently no-op'd for add). Map them to the real builtins
(len, is_empty, get, take) and drop the two with no real equivalent.
@harehare harehare merged commit f0d4dda into main Jun 20, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant